ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet Namespace / BoundSheet<T> Class / Tables Property

In This Topic
    Tables Property (BoundSheet<T>)
    In This Topic
    Gets the collection of the Table objects on this Sheet.
    Syntax
    'Declaration
     
    Public ReadOnly Property Tables As IList(Of Table)
    public IList<Table> Tables {get;}
    Remarks
    It allows to insert/remove Table on this Sheet via the tables collection.
    See Also